home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREENET2 / !FreeNet / Docs / Finger < prev    next >
Text File  |  1996-10-13  |  2KB  |  45 lines

  1.                           The Finger Utility
  2.  
  3.                           (C) Tom Hughes 1995
  4.  
  5. 0. Copyright
  6.  
  7.   The FreeNet module and application and the tools and documentation
  8.   that go with them are all copyright. They are however released as
  9.   freeware subject to certain terms and conditions. These are described
  10.   in the file named 'Licence' which should have accompanied this
  11.   document.
  12.  
  13. 1. Introduction
  14.  
  15.   The finger client is a command line tool that can be used to get
  16.   information about users of remote computer systems using the finger
  17.   protocol defined by RFC1288.
  18.  
  19. 2. Command syntax
  20.  
  21.   The program takes a single command line argument that specifies the
  22.   query to be performed. There are two basic formats that this argument
  23.   can take. The first is the following form:
  24.  
  25.       finger @host.subdomain.domain
  26.  
  27.   This will ask the specified host to provide a listing of users who
  28.   are currently logged on to the system, with one user per line in
  29.   the resulting listing.
  30.  
  31.   The second format is used to obtain information about a specified
  32.   user, and is as follows:
  33.  
  34.       finger user@host.subdomain.domain
  35.  
  36.   This will return information about the user, typically including
  37.   information about their full name, the last time they logged on,
  38.   the last time they read mail and so on. There is usually also some
  39.   user supplied information appended to these details.
  40.  
  41.   There is also a single switch (-l) that can be given to finger to
  42.   make it request a more verbose listing from the remote host. This
  43.   may include more information, but it depends very much on what the
  44.   remote host chooses to support.
  45.